home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFE6__
/
PROTO
/
U
/
INITEXIT.H
< prev
next >
Wrap
Text File
|
1991-08-16
|
526b
|
22 lines
/* InitExitLife6 Program Init and Exit routines
File name: InitExitLife6.h
Function: This module contains the extra program initialization
routine as well as the program exit and cleanup routine.
/* History: 8/16/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* Program initializations */
void ApplInit_Life6(void);
/* Program exit and cleanup */
void ApplExit_Life6(void);
/* ======================================================= */